
.prod-head{
	
		font-weight: 500;
		font-size: 60px;
		line-height: 120%;
		letter-spacing: 0%;
		text-align: center;

}
.feature-box-p6{
  background: #040f12;
  border-radius: 20px;
  padding: 50px 20px;
  margin-top: 70px;
color:#ffffff;
gap: 80px;
border-radius: 40px;
border-width: 1px;
padding-top: 60px;
padding-bottom: 100pxg;
border: 1px solid;
border-image-source: linear-gradient(270deg, rgba(0, 212, 255, 0.015) 0%, rgba(0, 212, 255, 0.15) 24.62%, rgba(0, 212, 255, 0.15) 74.52%, rgba(0, 212, 255, 0.015) 100%);
//background: linear-gradient(237.98deg, rgba(149, 213, 225, 0.12) 29.7%, rgba(149, 213, 225, 0.008) 68.18%);
backdrop-filter: blur(100px)



}

.feature-box-p6 h2 {
  font-weight: 600;
  margin-bottom: 10px;

font-weight: 500;
font-size: 40px;
line-height: 135%;
letter-spacing: 0%;
text-align: center;

}

.feature-box-p6 .subheading  {
font-weight: 400;
font-size: 18px;
line-height: 160%;
letter-spacing: 0%;
text-align: center;

}

 .feature-row-p1 {
  margin-top: 30px;
}

.feature-item-p1{
  margin-bottom: 20px;
  text-align: center;

}

.feature-item-p1 .icon {
    margin-bottom: 25px;
    margin-top: 25px;
}

.feature-item-p1 img {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 88px;
    height: 88px;
    border-radius: 20px;
    gap: 10px;


}
.feature-item-p1 h4{

font-weight: 500;
font-size: 22px;
line-height: 150%;
letter-spacing: 0%;

}
.p-integration-2 h2{

margin-top: 5%;
font-weight: 500;
font-size: 40px;
line-height: 135%;
letter-spacing: 0%;
text-align: center;

}
.p-integration-2 .subheading-p2{

font-weight: 400;
font-size: 18px;
line-height: 160%;
letter-spacing: 0%;
text-align: center;

}
.p-integration-3{
 background: #040f12;

}
.p-integration-2 img {
    display: inline-block;
    margin: 0 auto;
    width: 80%;
}



/*section four*/



.equal-height-row {
  display: flex;
  flex-wrap: wrap;
}

.d-flex {
  display: flex;
}

.flex-fill {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.left-card-p-i4, .info-box-p-i4{
  width: 100%;
  border-radius: 20px;
  padding: 60px 40px;
}

.left-card-p-i4 {
  background-size: cover;
  border-radius: 20px;
  padding: 60px 40px;
  height: 350px;

  background:
radial-gradient(ellipse at top left, #00889d 0%, #00333a 40%, #000000 100%);
  border-radius:
40px;
  border:
#00889d 1px solid;
  height: auto;
}

.left-card-p-i4 h2 {
  color: white;
  margin-bottom: 15px;

font-weight: 500;
font-size: 40px;
line-height: 150%;
letter-spacing: 0%;
}

.left-card-p-i4 .subtext {
  font-size: 16px;
  color: #a0a0a0;
}

.info-box-p-i4{
 
  justify-content: center;
  padding: 0 30px;
}

.info-item-p-i4 {
  background: #061820;
  border: 1px solid #0c2d3c;
  border-radius: 15px;
  padding:30px 20px;
 border-image-source: linear-gradient(119.62deg, rgba(149, 213, 225, 0.3) 0%, rgba(149, 213, 225, 0.02) 100%);
  display: flex;
  align-items: center;
}

.info-item-p-i4 .icon {
  flex: 0 0 80px;
  margin-right: 20px;
}

.info-item-p-i4 .icon img {
  width: 80px;
  height: 80px;
}

.info-item-p-i4 .text {
 
font-weight: 500;
font-size: 18px;
line-height: 130%;
letter-spacing: 0%;
color: white;

}

.margin-bottom-30{
	margin-bottom: 30px !important;
}


.margin-bottom-20{
	margin-bottom: 20px !important;
}
.product-sec-5{

}
@media (max-width: 767px) {
  .equal-height-row {
    flex-direction: column;
  }

  .left-card-p-i4, .info-box-p-i4 {
    padding: 40px 0px;
    border-radius: 15px;
  }

  .left-card-p-i4 {
    margin-bottom: 20px;
    height: auto; /* Allow natural height on small screens */
  }

  .info-item-p-i4 {
    flex-direction: row;
    padding: 15px;
  }

  .info-item-p-i4 .icon img {
    width: 60px;
    height: 60px;
  }

  .info-item-p-i4 .text {
    font-size: 13px;
  }
}
/*6th section*/

.deploy-section {
      text-align: center;
      margin-bottom: 50px;
    }

    .deploy-section h2 {
      
      margin-bottom: 10px;
     
	font-weight: 500;
	font-size: 40px;
	line-height: 135%;
	letter-spacing: 0%;
	text-align: center;

    }

    .deploy-section p {
    
font-weight: 400;
font-size: 18px;
line-height: 160%;
letter-spacing: 0%;
text-align: center;
color: #000000;

    }

    .grid-container {
      position: relative;
      max-width: 800px;
      margin: 0 auto;
      padding: 40px;
      background: #061820;
      border-radius: 20px;
      overflow: hidden;
    }

    /*.grid-container:before, .grid-container:after {
      content: "";
      position: absolute;
        background-color: rgba(255, 255, 255, 0.1); !* Subtle line *!
    }

    .grid-container:before {
      width: 1px;
      height: 100%;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
    }

    .grid-container:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    }
*/
    .grid-item {
      padding: 40px 20px;
      text-align: center;
        position: relative;

    }

/* Bottom border gradient */
.grd1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0) 100%
    );
}

/* Right border gradient */
.grd2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0) 100%
    );
}



    .grid-item img {
      width: 80px;
      height: 80px;
      margin: auto;
    }

    .grid-item p {
      margin-top: 10px;

      color: white;
        padding-top: 10px;
        font-weight: 500;
        font-size: 22px;
        line-height: 130%;
        letter-spacing: 0%;

    }

    @media (max-width: 767px) {
      .grid-container:before, .grid-container:after {
        display: none;
      }

      .grid-item {
        padding: 20px 10px;
          min-height: 210px;
      }
    }
    /**/

.p-I7-Section{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #040f12;
}
.gradient-card11 {
    //background: radial-gradient(circle at 20% 50%, #129a9f 0%, #010303 100%);
background: radial-gradient(ellipse at top left, #00889d 0%, #00333a 40%, #000000 100%);
    border-radius: 20px;
    padding: 40px 30px;

    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.05);
}
.gradient-card11 h2{

    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #FFFFFF;


}

.feature-icon11 {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    line-height: 20px;
}

.feature-item11 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
}

.feature-item11:last-child {
    border-bottom: none;
}
.feature-item11 p {

    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;

}

.small-text11 {

    color: #FFFFFF;
    margin-top: 10px;

    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;

}

.info-item-p-i7 {


     display: flex;
    align-items: center;
}
.info-item-p-i7 .icon {
    flex: 0 0 60px;
    margin-right: 20px;
}

.info-item-p-i7 .icon img {
    width: 60px;
    height: 60px;
}

.info-item-p-i7 .text {

    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: white;

}


/*section 8*/

 .sec8{
     padding-bottom: 100px;
     padding-top: 100px;
 }
.sec8-heading h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.sec8-subtext {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}

.sec8-card {
    background: linear-gradient(
            135deg,
            rgba(0, 255, 255, 0.15) 0%,
            rgba(0, 128, 255, 0.1) 30%,
            rgba(0, 255, 255, 0.05) 100%
    );
    background-color: #071e26; /* fallback solid color */
    border-radius: 28px;
    color: white;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.05);
    padding: 25px 20px;
    margin-bottom: 20px;
    height: 100%;
    min-height: 310px;
    display: flex;
    flex-direction: column;
}
.sec8-card1 {
    background-color: #ffffff !important;
    background: white;
    color: #0a0a0a;
}
.sec8-card h2{

    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: 0%;

}
.sec8-card p{

    color: #0a0a0a;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;

}
.sec8-icon {

    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.sec8-card-title {
    font-weight: 600;
    margin-bottom: 5px;
    color:#ffffff;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0%;
    padding-top: 10px;
}

.sec8-card-text {
    color: #FFFFFF99;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;

}

/* Make card columns same height in a row */
.sec8-card-row {
    display: flex;
    flex-wrap: wrap;
}

.sec8-card-row .col-sm-6 {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .sec8-card-row {
        display: block;
    }

    .sec8-card {
        height: auto;
    }
}
/*section 9*/

.sec9-pricing{
    background: radial-gradient(ellipse at top left, #00889d 0%, #00333a 40%, #000000 100%);
    border-image-source: linear-gradient(270deg, rgba(0, 212, 255, 0.015) 0%, rgba(0, 212, 255, 0.15) 24.62%, rgba(0, 212, 255, 0.15) 74.52%, rgba(0, 212, 255, 0.015) 100%);
    border-radius: 40px;
    min-height: 400px;
    color:#ffffff;
}


.sec9-pricing h2{

    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: 0%;
    padding-top: 15%;
    padding-left: 8%;
}
.sec9-pricing p{

    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    padding-top: 5px;
    padding-left: 8%;
    padding-bottom: 7%;
}


/*Section 10*/



.sec10-section {
    padding: 60px 15px;
    background: linear-gradient(180deg, #01222C 0%, #010C11 100%);
    margin-top: 100px;
}

.sec10-title {
    text-align: center;
    margin-bottom: 20px;

}

.sec10-title h2 {


    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.sec10-title p {
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;

}

.sec10-highlight-box {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 30px;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.sec10-highlight-logo {
    background-color: #0fd6e1;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.sec-10-title h4 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;

}

.sec-10-title span {

    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF99;


}
.sec10-highlight-content p {

    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: white;

}

.sec10-architecture {
    text-align: center;
    margin: 60px 0;
}
.sec10-architecture h3 {

    font-weight: 500;
    font-size: 28px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    color: white;

}

.sec10-systems-title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
    margin-top: 50px;
}
.sec10-systems-title h3 {

    font-weight: 500;
    font-size: 28px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;


}

.img-sec10-arch{
    padding: 20px 5%;
}
.sec10-system-list {
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: white;
}

.sec10-system-list li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.sec10-system-number {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec10-system-number img {
    width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    display: block;
    margin-top: 50px;
}

.sec10-system-list h3{

    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;


}
.sec10-system-list p{

    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color:  #FFFFFF99;

}
@media (min-width: 768px) {
    .sec10-highlight-box {

        margin: 30px auto;
    }

    .gridsec3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(
                to right,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.2) 50%,
                rgba(255, 255, 255, 0) 100%
        );
    }

    .gridsec3-right::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(
                to bottom,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.2) 50%,
                rgba(255, 255, 255, 0) 100%
        );
    }

    .sec10-system-columns {
        margin-top: 40px;
    }





}
@media (max-width: 768px) {
    .feature-item-p1::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(
                to right,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.2) 50%,
                rgba(255, 255, 255, 0) 100%
        );
    }
    .feature-item-p1{
        padding-bottom: 10px;
    }
    .left-card-p-i4{
    padding-left: 20px;
    }
}





/*section 11*/



.section11-container {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.section11-card {
    background: radial-gradient(ellipse at top left, #00889d 0%, #00333a 40%, #000000 100%);
    border-radius: 15px;
    padding: 60px 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
}

.section11-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.2);
}

.section11-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
   /* Optional: define a fixed height if vertical centering is needed */
}


.section11-icon img {

    width: auto;
}

.section11-card h4{

    font-weight: 500;
    font-size: 28px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    color:#ffffff;

}
.section11-button {
    background-color: #00bcd4;
    border: none;
    color: #fff;
    padding: 10px 24px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 20px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.section11-button:hover {
    background-color: #00e5ff;
    transform: scale(1.05);
}


/*additional*/

.product-page-breadcrumbs{
padding-top: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color:  #10A3C4;

}
.sec9-pricing-2{
    background-image: url("../images/v6/products/p-i-8.png");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    height: 400px;

}
.fio-int-sec2-feature-box {
    text-align: center;
    padding: 30px 20px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}
.fio-int-sec2-feature-box:hover {
    background: #f0f8ff;
}
.fio-int-sec2-feature-icon {
    font-size: 40px;
    color: #00bfff;
    margin-bottom: 15px;
}
.fio-int-sec2-feature-text {
padding-top: 20px;
    font-weight:500;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

}
.p-api-sec2 img{
    width: 88px;
}


@media (min-width: 768px) {
    .fio-int-sec2-row {
        display: flex;
        flex-wrap: wrap;
    }
    .fio-int-sec2-row > .col-sm-4 {
        display: flex;
    }
    .fio-int-sec2-feature-box {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}


/*integration second section*/


.fio-int-sec3 {
    background:#040f12;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.fio-int-sec3-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fio-int-sec3-subtitle {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}

.fio-int-sec3-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.fio-int-sec3-box-wrapper {
    padding: 15px;
    display: flex;
}

.fio-int-sec3-feature-box {
    //background-image: url("../images/v6/products/api/i-sec3-bg.png");
     //background-color: rgba(255, 255, 255, 0.05);
    //background: radial-gradient(ellipse at bottom, rgba(151, 224, 236, 0.6) 10%, rgba(255, 255, 255, 0) 35%);

    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background 0.3s ease;
    width: 100%;
    min-height: 230px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 0 20px rgb(0 255 255 / 50%) inset;
}

.fio-int-sec3-feature-box:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.fio-int-sec3-feature-box img {
    width: 70px;
    height: auto;
    margin: auto;

}

.fio-int-sec3-feature-box p {

    color: #d0d0d0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .fio-int-sec3-row {
        display: block;
    }
    .fio-int-sec3-box-wrapper {
        width: 100%;
        display: block;
    }
}


/*Section 5*/
.fio-int-sec5{
    background-color:#000000 ;
    color: #FFFFFF;
    padding-top:100px;
    padding-bottom:100px;
}


.fio-int-sec5-container {

}

.fio-int-sec5-heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.fio-int-sec5-subtext {
padding-top: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;

}

/* Use flex layout for equal heights */
.fio-int-sec5-tiles-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.fio-int-sec5-col {
    padding: 10px;
    box-sizing: border-box;
}
.fio-int-sec5-item {
    padding: 10px;
    display: flex;
    min-height:210px;
    box-sizing: border-box;
}
.i-sec5-item-title{

    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;


}
@media (max-width: 767px) {
    .fio-int-sec5-col {
        flex: 1 0 100%;
    }
}

.fio-int-sec5-tile {

    width: 100%;
    color: #fff;
    display: flex;
    //align-items: center;
    justify-content: left;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 28px;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 44px;
    padding-left: 32px;
    gap: 80px;
    background: linear-gradient(123.8deg, rgba(149, 213, 225, 0.3) 0%, rgba(149, 213, 225, 0.02) 94.53%);



}

.fio-int-sec5-tile:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #00e0ff;
}

.fio-int-sec5-icon-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
}

.fio-int-sec5-icon img{
    width: 60px;
}



/*section 5*/


/*section 7*/


/* Section styling */
.fio-auth-sec6 {
    background-color: #fff;
    padding: 80px 0;
    color: #000;
}

.fio-auth-sec6-heading {

    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 10px;
}

.fio-auth-sec6-subtext {

    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;

}

/* Flex tile layout */
.fio-auth-sec6-tiles-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.fio-auth-sec6-item {
    display: flex;
    padding: 10px;
    box-sizing: border-box;
}

.fio-auth-sec6-tile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding: 35px;
    border-radius: 16px;
    background: linear-gradient(90deg, #063C45 0%, #072933 100%);

    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    color: #fff;
    min-height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

.fio-auth-sec6-tile:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px #00e0ff;
}

.fio-auth-sec6-content {

    line-height: 1.4;
    text-align: left;
    flex: 1;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0%;

}

.fio-auth-sec6-icon {
    font-size: 24px;
    margin-left: 15px;
    color: #00e0ff;
}

/* Responsive stacking */
@media (max-width: 767px) {
    .fio-auth-sec6-tiles-row {
        flex-direction: column;
    }
}

/*sec 7 close */


/*sec8  */
.fio-auth-sec7{
    background: #040f12;
    padding-bottom: 100px;
    padding-top: 100px;
    //background: #061820;
}
.fio-auth-sec7 .deploy-section h2{
    color: white;
}
.fio-auth-sec7 .deploy-section p{
    color: white;
}
.fio-auth-sec7 .grid-container{
    background: #040f12;
    max-width: 100%;
}
.psec7-bottom{
  padding-top: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    color:#ffffff;
}
/*sec 7 close */

.api-sec-card{
    //background: linear-gradient(254deg, rgba(149, 213, 225, 0.3) 0%, rgba(149, 213, 225, 0.02) 94.53%); color: #0a0a0a;
    background: linear-gradient(302deg, rgba(149, 213, 225, 0.8) 20%, rgba(149, 213, 225, 0.02) 80.53%);
    min-height: 250px;
    transform: scale(0.8);
    opacity: 0;
    animation: zoomInapi 0.6s ease-out forwards;
    padding-left: 40px;
}
.api-sec-card .sec8-card-title{
    color: #0a0a0a;
}
.api-sec-card .sec8-card-text{
    color: #0a0a0a;
}

.api-sec-card .sec8-card-text{

    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;

}
.api-sec-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}
@keyframes zoomInapi {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.api-sec-card .sec8-icon img{
    width: 70px;
}


/*sec9*/

.api-sec9{
    background: #040f12;
    padding-bottom: 150px;
    padding-top: 20px;
}
.api-sec9 .deploy-section h2{
    color: white;
}
.api-sec9 .deploy-section p{
    color: white;
}
.api-sec9 .info-item-p-i4 .text{

    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
}

.api-sec9 .info-item-p-i4 {
    display: flex;
    align-items: center; /* vertically center the image and text */
            /* spacing between image and text */
    background: linear-gradient(123.8deg, rgba(149, 213, 225, 0.3) 0%, rgba(149, 213, 225, 0.02) 94.53%);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    border-radius: 28px;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 44px;
    padding-left: 32px;
    border: 0px;

}

.api-sec9 .info-item-p-i4:hover {
transform: scale(1.03);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.api-sec9 .info-item-p-i4 .icon img {
   /* or whatever size suits your design */
    height: auto;
    display: block;
}

.api-sec9 .info-item-p-i4 .text {
    flex: 1;                /* allow text to fill remaining space */

    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0%;

    line-height: 1.5;
}
.api-sec11{
    padding-top: 150px;

}
.api-sec11 .sec9-pricing{
    min-height: 450px;
}
.api-sec11 .sec9-pricing-2{
    height: 450px;
}

@media (max-width: 767px) {
    .info-box-p-i4 {
        margin-bottom: 30px;
    }

    .info-item-p-i4 {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .info-item-p-i4 .icon {
        margin-bottom: 15px;
    }

    .info-item-p-i4 .text {
        text-align: left;
        font-size: 18px;
    }
}
